From: Karl Heuer Date: Tue, 19 Apr 1994 04:40:29 +0000 (+0000) Subject: (PURESIZE) [!MULTI_FRAME]: Increase to 200000. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~92100 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=02b3c4338e21166fb1c3fdd85b9c860ac675d125;p=emacs.git (PURESIZE) [!MULTI_FRAME]: Increase to 200000. --- diff --git a/src/puresize.h b/src/puresize.h index 170d6873ff7..c194ca7e22d 100644 --- a/src/puresize.h +++ b/src/puresize.h @@ -31,7 +31,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #ifdef MULTI_FRAME #define PURESIZE 230000 #else -#define PURESIZE 190000 +#define PURESIZE 200000 #endif #endif